set format

The command set format will set the printf format for variables. Use only if you are sure of what you are doing. It defaults to ``% 10.8e". See man printf(3) if in doubt.

set format string

      set format %6.2lf
      set format "% .8g"

show, append